GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetPageBox Method





In This Topic
GetPageBox Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetPageBox( _
   ByVal PageBox As PdfPageBox, _
   ByRef Left As Single, _
   ByRef Top As Single, _
   ByRef Right As Single, _
   ByRef Bottom As Single _
) As GdPictureStatus
public GdPictureStatus GetPageBox( 
   PdfPageBox PageBox,
   ref float Left,
   ref float Top,
   ref float Right,
   ref float Bottom
)
public function GetPageBox( 
    PageBox: PdfPageBox;
   var  Left: Single;
   var  Top: Single;
   var  Right: Single;
   var  Bottom: Single
): GdPictureStatus; 
public function GetPageBox( 
   PageBox : PdfPageBox,
   Left : float,
   Top : float,
   Right : float,
   Bottom : float
) : GdPictureStatus;
public: GdPictureStatus GetPageBox( 
   PdfPageBox PageBox,
   ref float Left,
   ref float Top,
   ref float Right,
   ref float Bottom
) 
public:
GdPictureStatus GetPageBox( 
   PdfPageBox PageBox,
   float% Left,
   float% Top,
   float% Right,
   float% Bottom
) 

Parameters

PageBox
Left
Top
Right
Bottom
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members